@charset "UTF-8";
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin: 0;padding: 0;}
html {font-size: 62.5%;}
body {font: 16px/1.5 '微软雅黑', '宋体';color: #333;background-color: #F7F7F7;;}
a{text-decoration: none;color:#666;cursor:pointer;}
ul, li {list-style-type: none;}
input{outline: none;}
textarea{outline: none;resize:none}
.clearfix:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.typeArea{width: 1320px;margin: 0 auto;position: relative}
h1,h2,h3,h4{font-size:12px; font-weight:normal}
.hide{display: none!important;}
.show{display: block!important;}
.borderNone{border:none!important;}
.invis{visibility: hidden;}
.flex{display: flex!important;}
.op1{opacity:1 !important;}
.op0{opacity:0 !important;}
.c0{color:#000 !important;}
.c3{color:#004d88 !important;}
.c6{color:#666 !important;}
.c9{color:#999 !important;}
.f{color:#fff !important;}
.c{color:#ccc !important;}
.e{color:#eee !important;}
.n{font-weight: normal !important;}
.b{font-weight: bold !important;}
.t{text-indent: .40rem !important;}
.ce6{color: #004d88;margin-right:10px;}
/* 图片放大 */
.imgContain {
    overflow: hidden;
}
.imgContain>img {
    width:100%;
    transition: all .5s;
    transform: scale(1);
    display: block;
}
.imgContain:hover>img{
    transform: scale(1.05);
}
/* 背景填充 */
.bgFull{
    position: relative;
     overflow: hidden;
     z-index: 3;
    transition:all .5s;
 }
.bgFull:hover{
    color:#fff;
    border-color:#004d88;
}
 .bgFull:hover:after{
     width:130%;
 }
 .bgFull:after{
     content: "";
     width: 0;
     font-size: 12px;
     display: block;
     height: 130%;
     border-radius: 25px;
     line-height: 30px;
     text-align: center;
     box-sizing: border-box;
     border: 1px solid #333;
     cursor: pointer;
     position: absolute;
     left: -15%;
     top: -15%;
     background: #004d88;
     transition: all .5s;
     z-index: -1;
 }
/* 玻璃 */
.glass{
    position: relative;
    overflow: hidden;
}
.glass:after{
    position: absolute;
    left: -100%;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    transform: skewX(-45deg);
}
.glass:hover:after{
    left: 150%;
    transition: 1s ease;
}
/* 背景渐渐变大 */
@keyframes mymove
{
    0%   {transform: scale(1)}
    50%  {transform: scale(1.2)}
    100% {transform: scale(1)}
}
/* animation:mymove 100s infinite; */

/*换行*/
.br::after{
    content: "\A";
    white-space: pre;
}
.br2::after{
    content: "\A\A";
    white-space: pre;
}
.br3::after{
    content: "\A\A\A";
    white-space: pre;
}
.br4::after{
    content: "\A\A\A\A";
    white-space: pre;
}

.imgContain:hover img{
    transform: scale(1.05);
}

@media(max-width:1399px){
    .typeArea{
        width:100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
}



.footer{
    position: relative;
    overflow: hidden;
}
.footerBg{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index:-1;
    object-fit: cover;
}
.footer .typeArea .top{
    height:260px;
    box-sizing:border-box;
    padding-top:48px;
    display: flex;
    justify-content: space-between;
}
.footer .typeArea .bottom{
    height:50px;
    font-size:14px;
    line-height:15px;
    padding-top:15px;
    box-sizing: border-box;
    border-top:1px solid #ccc;
    color:#999;
}
.footer .typeArea .bottom .technicalSupport{
    float: right;
    color:#ccc;
    font-size:14px;
    transition:all .5s;
}

.footer .typeArea .bottom .technicalSupport:hover{
    color:#004d88;
}


.productionSort{
    display: flex;

}
.productionSort>div{
    margin-right: 65px;
}
.productionSort>div .title{
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 18px;
    cursor: text;
}
.productionSort>div .title:hover{
    color: #333;
}
.productionSort>div a{
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    display: block;
}

.productionSort>div a:hover{
    color:#004d88;
}
.productionSort>div:last-child{
    margin-right:0;
}

.footer .mid{

}
.footer .mid .numTip{
    font-size:18px;
    color:#333;
}

.footer .mid .num{
    font-size:48px;
    color:#004d88;
    font-weight: bold;

}

.footer .qrTip{
    font-size:18px;
    color:#333;

}
.footer .qrCode{
    margin-top:34px;
}


@media(max-width:1300px){

    .footer .left{
        display:none;
    }


}

@media(max-width:799px){
    .footer .mid{
        width:100%;
    }
    .footer .mid .num{
        font-size:40px;


    }
    .footer .typeArea .top{
        flex-wrap:wrap;
        height:auto;
        justify-content: center;
        text-align: center;
        padding-bottom:48px;
    }
    .footer .typeArea .bottom{
        height:auto;
        padding-bottom:15px;
        line-height:30px;
    }
    .footer .typeArea .bottom{
        text-align: center;
    }
    .footer .qrCode{
        margin-top:20px;
    }
    /*.footer .typeArea .bottom .technicalSupport{*/
    /*    display:none;*/
    /*}*/
}










.indexBanner {
    padding-top: 80px;
}
.indexBanner img {
    width: 100%;
    display: block;
    height:calc(100vh - 80px);
    object-fit: cover;
}
.indexBanner .swiper-pagination-bullet-active {
    background: #004d88 !important;
}
.indexBanner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    margin: 0 9px;
    border-radius:0;
}
.indexBanner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}
@media (max-width: 1399px){
    .indexBanner img {
        height:auto;
    }
}

@media (max-width: 1279px) {
    .indexBanner {
        padding-top: 45px;
    }
}
@media (max-width: 799px) {

    .indexBanner .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

}



.coreBusiness {
    width: 100%;
    height: 1000px;
    position: relative;
}

.reallyContain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.publicTitle {
    padding-top: 50px;
    padding-bottom: 40px;
}

.publicTitle .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.publicTitle .title .publicLine {
    width: 50px;
    height: 2px;
    background: #004d88;
}

.publicTitle .title .line1 {
    margin-right: 30px;
}

.publicTitle .title .font {
    font-size: 34px;
    color: #333;
}

.publicTitle .title .line2 {
    margin-left: 30px;
}

.publicTitle .content {
    text-align: center;
    font-size: 20px;
    color: #ccc;
}
@media (max-width: 1520px){
    .navigation>div{
        padding:14px .25rem !important;
    }
}
@media (max-width: 1500px){
    .navigation>div{
        padding:14px .2rem !important;
    }
}
@media (max-width: 1399px) {

    .arrowsContain .leftContain:after{
        visibility: hidden;
    }
    .arrowsContain .leftContain{
        width: 70px;
        justify-content: flex-end;
        padding-right:15px;
    }
    .navigation{
        right:260px;
    }

    .publicTitle {
        padding-top: .50rem;
        padding-bottom: .40rem;
    }

    .publicTitle .title .publicLine {
        width: .50rem;
        height: .02rem;
    }

    .publicTitle .title .line1 {
        margin-right: .30rem;
    }

    .publicTitle .title .font {
        font-size: .34rem;
    }

    .publicTitle .title .line2 {
        margin-left: .30rem;
    }

    .publicTitle .content {
        font-size: .20rem;
    }
}

@media (max-width: 799px) {
    .publicTitle {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .publicTitle .title .publicLine {
        width: 50px;
        height: 2px;
    }

    .publicTitle .title .line1 {
        margin-right: 30px;
    }

    .publicTitle .title .font {
        font-size: 32px;
    }

    .publicTitle .title .line2 {
        margin-left: 30px;
    }

    .publicTitle .content {
        font-size: 20px;
    }

}







.reallyContain > .typeArea {
    display: flex;
    flex-wrap: wrap;
}

.reallyContain > .typeArea > .item {
    position: relative;
    width: 430px;
    height: 330px;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.reallyContain > .typeArea > .item:nth-child(-n+3) {
    margin-top: 0;
}

.reallyContain > .typeArea > .item:nth-child(3n) {
    margin-right: 0;
}

.reallyContain > .typeArea > .item > .screen {
	width: 100%;
	height: 337px;
	position: absolute;
	left: -1px;
	top: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.reallyContain > .typeArea > .item:hover > .screen{
    background: rgba(0, 0, 0, .3);
}

.reallyContain > .typeArea > .item:hover > .screen .img {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.reallyContain > .typeArea > .item:hover > .screen .line {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.reallyContain > .typeArea > .item:hover > .screen .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.reallyContain > .typeArea > .item > .screen .img {
    transform: rotate(270deg) scale(.7);
    transition: all 0.5s;
    opacity: 0;
}

.reallyContain > .typeArea > .item > .screen .line {
    width: 16px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 20px;

    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);

}

.reallyContain > .typeArea > .item > .screen .title {
    font-size: 20px;
    color: #fff;

    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    transition: all 0.5s;
}

@media (max-width: 1399px) {
    .reallyContain > .typeArea > .item {
        width: 32%;
        height: auto;
        margin-right: 2%;
        margin-top: 2%;
    }

    .reallyContain > .typeArea > .item > .screen .img {
        width: .95rem;
        height: .95rem;
    }

    .reallyContain > .typeArea > .item:hover > .screen .line {
        width: .16rem;
        height: .03rem;
        margin-top: .24rem;
        margin-bottom: .20rem;
    }

    .reallyContain > .typeArea > .item > .screen .title {
        font-size: .2rem;
    }

}

@media (max-width: 799px) {
    .reallyContain > .typeArea > .item {
        width: 49%;
    }

    .reallyContain > .typeArea > .item:nth-child(2n) {
        margin-right: 0;
    }

    .reallyContain > .typeArea > .item:nth-child(3n) {
        margin-right: auto;
        margin-top: auto;
    }

    .reallyContain > .typeArea > .item > .screen .img {
        transform: rotate(0) scale(1);
        opacity: 1;

        width: 60px;
        height: 60px;
    }

    .reallyContain > .typeArea > .item > .screen .line {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display:none;

    }

    .reallyContain > .typeArea > .item > .screen .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        font-size:20px;
    }

}




.companyAndVideo {
    height: 630px;
    background: #F1F0F0;
    box-sizing: border-box;
    overflow: hidden;
}

.companyAndVideo > .typeArea {
    display: flex;
    padding-top: 42px;
    padding-bottom: 42px;
}

.companyAndVideo > .typeArea > .left {
    width: 650px;
    box-sizing: border-box;
    padding-right: 42px;
    display:block;
}

.companyAndVideo > .typeArea > .left .imgF::after {
    content: "\A\A\A";
    white-space: pre;
}

.companyAndVideo > .typeArea > .right {
    width: 670px;
    height: 547px;
    box-sizing: border-box;
    position: relative;
}

.companyAndVideo > .typeArea > .left .company {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-left: 25px;
}

.imgF > img {
    vertical-align: bottom;
}

.companyAndVideo > .typeArea > .left > p {
    font-size: 16px;
    color: #666;
    text-indent: 33px;
    line-height: 35px;
}

.companyAndVideo > .typeArea > .left > p::after {
    /*content: "\A\A";*/
    white-space: pre;
}

.addColumn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.addColumn > .addColumnContain {
    width: 900px;
    padding: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -229.5px;
}

.addColumn > .addColumnContain > .headTitile {

    padding: 10px 20px;
}

.addColumn > .addColumnContain > .headTitile > i {
    float: right;

}

.addColumn > .addColumnContain > .headTitile > img {
    float: right;
    cursor: pointer;

}

.addColumn > .addColumnContain > .contain {
}

.addColumn > .addColumnContain > .contain > .confirem {
    width: 100%;
    background: #fff;
    height: 77.5px;
    position: relative;
}

.addColumn > .addColumnContain > .contain > .confirem > .yes {
    display: block;
    width: 150px;
    height: 37.5px;
    line-height: 37.5px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    border-radius: 0;
    background: #FFFFFF;
    color: #808080;
    border: 1px solid #E4E4E4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.addColumn > .addColumnContain > .contain > .others {
}

.addColumn > .addColumnContain > .contain > .others > video {
    width: 100%;
    height: 100%;
    display: block;
}

.companyAndVideo .screen {
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);
	*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.companyAndVideo .screen > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
}

.justVideo {
    display: none;
}

@media (max-width: 1399px) {

    .companyAndVideo {
        height: 6.30rem;
        zoom: 1.4;
    }

    .companyAndVideo > .typeArea {
        padding-top: .42rem;
        padding-bottom: .42rem;
    }

    .companyAndVideo > .typeArea > .left {
        width: 6.50rem;
        padding-right: .42rem;
    }

    .companyAndVideo > .typeArea > .right {
        width: 6.7rem;
        height: 5.47rem;
    }

    .companyAndVideo > .typeArea > .left .company {
        font-size: .26rem;
        margin-left: .25rem;
    }

    .companyAndVideo > .typeArea > .left > p {
        font-size: .16rem;
        text-indent: .1rem;
        line-height: .20rem;
    }

    .imgF > img {
        width: 252px;
        height: 30px;
    }

    .companyAndVideo > .typeArea {
        justify-content: center;
    }

    .companyAndVideo > .typeArea > .left .imgF::after {
        content: "\A\A";
        white-space: pre;
    }

    .companyAndVideo > .typeArea > .left > p::after {
        content: "\A";
        white-space: pre;
    }

    .companyAndVideo .screen > img {
        width: .65rem;
        height: .65rem;
    }

}

@media (max-width: 799px) {
    .companyAndVideo {
        zoom: unset;
        height:auto;
    }

    .companyAndVideo > .typeArea {
        flex-wrap: wrap;
        background:#fff;
    }

    .justVideo {
        width: 100%;
        display: block;
        margin-bottom:20px;
    }

    .justVideo > video {
        width: 100%;
        display: block;
    }
    .companyAndVideo > .typeArea > .left{
        width:100%;
        padding-right:0;
    }

    .companyAndVideo > .typeArea > .right {
        display: none;
    }

    .imgF > img {
        width: 336px;
        height: 40px;
    }

    .companyAndVideo > .typeArea > .left .company {
        font-size: 26px;
        margin-left: 25px;
    }
    .companyAndVideo > .typeArea > .left > p{
        font-size: 16px;
        text-indent: 33px;
        line-height: 35px;
    }
}


.newList {
}

.newList .typeArea {
    display: flex;
    flex-wrap: wrap;
}

.newList .typeArea .a {
    width: 410px;
    box-sizing: border-box;
    padding-left: 44px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    border-radius: 8px;
    padding-right: 52px;
    margin-right: 45px;
    transition: all .5s;
    background: #fff;

    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);

}

.newList .typeArea .a:nth-child(3n) {
    margin-right: 0;
}

.newList .typeArea .a:hover {
    background: #004d88;
}

.newList .typeArea .a:hover .time .m {
    color: #fff;
}

.newList .typeArea .a:hover .time .y {
    color: #fff;
}

.newList .typeArea .a:hover .line {
    background: #fff;
}

.newList .typeArea .a:hover .title {
    color: #fff;
}

.newList .typeArea .a:hover .contain {
    color: #fff;
}

.newList .typeArea .a .time .m {
    font-size: 30px;
    color: #004d88;
    transition: all .5s;

}

.newList .typeArea .a .time .y {
    font-size: 16px;
    color: #004d88;
    transition: all .5s;

}

.newList .typeArea .a .line {
    display: inline-block;
    width: 38px;
    height: 3px;
    background: #004d88;
    transition: all .5s;

}

.newList .typeArea .a .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    color: #333;
    transition: all .5s;

    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;

}

.newList .typeArea .a .contain {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
    transition: all .5s;

    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;

}

.newList .typeArea .a .img {
    margin-top: 67px;
    position: absolute;
    right: 52px;
    top: 0;
    width: 24px;
    height: 24px;
}

@media (max-width: 1399px) {
    .newList .typeArea .a {
        width: 32%;
        margin-right: 2%;
        height: auto;
        padding-left: .44rem;
        padding-top: .40rem;
        padding-bottom: .40rem;
        padding-right: .52rem;
    }

    #partnerAndNews {
        height: auto !important;
    }


    .newList .typeArea .a .time .m {
        font-size: .30rem;

    }

    .newList .typeArea .a .time .y {
        font-size: .16rem;

    }

    .newList .typeArea .a .line {
        width: .38rem;
        height: .03rem;

    }

    .newList .typeArea .a .title {
        font-size: .18rem;
        margin-top: .05rem;


    }

    .newList .typeArea .a .contain {
        font-size: .12rem;
        margin-top: .20rem;

    }

    .newList .typeArea .a .img {
        margin-top: .67rem;
        right: .52rem;
        width: .24rem;
        height: .24rem;
    }

}

@media (max-width: 799px){

    .newList .typeArea{
        padding:0;
    }
    .newList .typeArea .a{
        padding:10px;
    }

    .newList .typeArea .a .time .m {
        font-size: 30px;
    }
    .newList .typeArea .a .time .y{
        font-size:16px;
    }
    .newList .typeArea .a .title{
        font-size:18px;
        margin-top:5px;
    }
    .newList .typeArea .a .contain{
        font-size:12px;
        margin-top:10px;
    }
    .newList .typeArea .a .line {
        width: 38px;
        height: 3px;
    }
    .newList .typeArea .a .img{
        display:none;
    }

}

.Vertical {
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding-bottom: 53px;
}

.Vertical > a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #FFFFFF;
    color: #333;
    border: 1px solid #666666;
    border-radius: 10px;

    margin: auto;
}


#partnerAndNews{
    height: 1085px;
}



.productionFive > .typeArea {
    display: flex;
    flex-wrap: wrap;

}

.productionFive > .typeArea.pc{
    display:flex;
}

.productionFive > .typeArea.mobile{
    display:none;
}


.productionFive > .typeArea > a {
    display: block;
    position: relative;
    width: 230px;
    height: 160px;
    margin-right: 42px;
    box-sizing: border-box;
    margin-top: 30px;
    box-shadow:1px 1px 2px rgba(0, 0, 0, .1);
}

.productionFive > .typeArea > a .imgContain {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border:1px solid #f0f0f0;

}

.productionFive > .typeArea > a .imgContain img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: scale(1);
}

.productionFive > .typeArea > a:hover .imgContain img {
    transform: scale(1.05);
}

.productionFive > .typeArea > a:nth-child(5n) {
    margin-right: 0;
}

.productionFive > .typeArea > a:nth-child(-n+5) {
    margin-top: 0;
}

.productionFive > .typeArea > a .screen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productionFive > .typeArea > a .screen .title {
    font-size: .24rem;
    color: #fff;

}

.productionFive > .typeArea > a .screen .line {
    width: .4rem;
    height: .02rem;
    background: #fff;
    margin-top: .14rem;
}

@media (max-width: 1399px) {

    .productionFive > .typeArea > a {

        margin-right: 1.25%;
        width: 19%;
        height: auto;

    }

}

@media (max-width: 799px) {

    .productionFive > .typeArea.pc{
        display:none;
    }

    .productionFive > .typeArea.mobile{
        display:flex;
    }


    .productionFive > .typeArea{
        padding:0;
    }
    .productionFive > .typeArea > a {
        width: 49%;
        height: auto;
        margin-right: 2%;
        margin-top: 2%;
        box-shadow: none;
    }

    .productionFive > .typeArea > a:nth-child(2n) {
        margin-right: 0;
    }

    .productionFive > .typeArea > a:nth-child(3n) {
        margin-right: auto;
        margin-top: auto;
    }

    .productionFive > .typeArea > a:nth-child(5n) {
        margin-right: auto;
    }

    .productionFive > .typeArea > a:nth-child(-n+5) {
        margin-top: 2%;
    }

    .productionFive > .typeArea > a:nth-child(-n+2) {
        margin-top: 0;
    }

    .productionFive > .typeArea > a:nth-child(2n) {
        margin-right: 0;
    }

    .productionFive > .typeArea > a:nth-child(3n) {
        margin-top: 2%;
    }



    #partnerAndNews .swiper-container{
        padding-bottom:50px;
    }
    #partnerAndNews .swiper-pagination-bullet-active{
        background:#004d88;
    }


}


.threeContainHeight{
    position:relative;

}
#allBg{
	width: 100%;
	height: 831px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}



.floatNav {
    width: 55px;
    height: 220px;
    border: 1px solid #004d88;
    position: fixed;
    right: 25px;
    /*right: -60px;*/
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 200;
    text-align: center;
    color: #004d88;
    transition:all .5s;
}

.floatNav.animateShow{
    right: 25px;
}

.floatNav.leftHide{
    right: -57px;
}

.floatNav > .item {
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    border-bottom: 1px solid #004d88;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: #fff;
}


/*.floatNav > .item:nth-child(1):hover{*/
    /*border-left:none;;*/
    /*background:#004d88;*/

/*}*/
.floatNav > .item:nth-child(1):hover>img {
    top:0;
    color:#fff;
    transform: scale(1);
}
/*.floatNav > .item:nth-child(1):hover>span{*/
    /*color:#fff;*/
/*}*/

/*.floatNav > .item:nth-child(1):hover .floatPhoneNum{*/
    /*border-right:none;*/
/*}*/
.floatNav > .item:hover>img {
    top:-2px;
    transform:scale(1.03);
}

.floatNav > .item.spec {
    background: #004d88;
    color: #fff;
}

.floatNav > .item:last-child {
    border-bottom: none;
}

.floatNav > .item > img {
    display: block;
    margin: 0 auto;
    position: relative;
    top:0;
    transition:all .2s;
    transform:scale(1);
}

.floatPhoneNum {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 212px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #004d88;
    font-size: 16px;
    text-align: center;
    display: none;
    color:#fff;
    background:#004d88;
}


.floatPhoneNum >.leftNum{
    width:157px;
}

.floatPhoneNum >.rightImg{
    width: 55px;
    height: 55px;
    box-sizing: border-box;
    border-bottom: 1px solid #004d88;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height:1.5;
    background: #004d88;
}

.floatPhoneNum >.rightImg>img{


}
.floatPhoneNum >.rightImg>span{
    font-size:12px;



}

.floatQr {
    position: absolute;

    right: 65px;
    top: -29px;
    display: none;
}

.floatQr > img {
    display: block;
    transform: scale(1);
}

@media (max-width: 799px){
    .floatNav{
        display:none;
    }
}



.otherBanner {
    padding-top: 80px;
    overflow: hidden;
}

.otherBanner > img {
    width:100%;
    display: block;
    animation: mymove 100s infinite;
}

@media (max-width: 1279px) {
    .otherBanner {
        padding-top: 45px;
    }

}



.productionPublicContain{
    background: #fff;
    /*padding:.2rem 0;*/
    /*padding-top:.5rem;*/
    /*padding-bottom:.6rem;*/
}
.productionPublicContain .typeArea{
    height:80px;
    width:100%;
    border-bottom:2px solid #F1F1F1;
}
.productionPublicContain .typeArea div{
    width:100%;
    margin:0 auto;
    height: 80px;
    line-height: 90px;
    font-size:24px;
    text-align: center;
    font-weight: bold;
	color:#004d88
}
.productionPublicContain .typeArea div:after{
    position: absolute;
    content: '';
    width:100px;
    height:2px;
    top:80px;
    left:0px;
    bottom:0;
    right:0;
    margin:auto;
    background: #004d88;
}



.productionBannerAndInfo{
    background: #fff;
}
.productionBannerAndInfo .swiper-pagination-bullet-active{
    background: #004d88;
}
.productionBannerAndInfo .typeArea{
    display: flex;
    height:500px;
    padding-top:40px;
    padding-bottom:40px;
}
.productionBannerAndInfo>.typeArea>.left{
    width:660px;
    margin-right:30px;
    height:100%;
    background:#000;
    box-sizing: border-box;
    border: 1px solid #D3D3D3;

}

.productionBannerAndInfo>.typeArea>.right{
    flex:1;
    height:100%;
    overflow-y:scroll;

}

.productionBannerAndInfo>.typeArea>.right::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.6);
    display:none;
}

.productionBannerAndInfo>.typeArea>.right::-webkit-scrollbar-track {
    border-radius: 0;
}

.productionBannerAndInfo>.typeArea>.right::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(95, 95, 95, 0.4);
    transition: all 0.2s;
    border-radius: 0.5rem;
}
.productionBannerAndInfo>.typeArea>.right::-webkit-scrollbar-thumb:hover {
    background-color: rgba(95, 95, 95, 0.7);
}
.productionBannerAndInfo .swiper-container{
    width:100%;
    height:100%;
}
.productionBannerAndInfo .imgContainn{
    width:100%;
    height:100%;
}
.productionBannerAndInfo .imgContainn>img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.detailInfo{
    padding-left:0;
}
.detailInfo .infoContain{
    min-height:55px;
    line-height:35px;
    border-bottom:2px solid #EEEEEE;
    box-sizing: border-box;
    display: flex;
}
.detailInfo .infoContain>.left{
    font-size:14px;
    color:#888;
    min-width:54px;
    max-width:150px;
}
.detailInfo .infoContain>.right{
    color:#222;
    font-size:14px;
    flex:1;

}


@media (max-width:1399px){
    .productionBannerAndInfo>.typeArea>.left{

        width:6.6rem;
        margin-right:.30rem;
    }
    .productionBannerAndInfo .typeArea{
        height:5rem;
    }

    .detailInfo .infoContain {
        min-height: .55rem;
        line-height: .55rem;
    }
    .productionBannerAndInfo>.typeArea>.left{
        display: block;
    }
    .detailInfo .infoContain>.left{
        display: block;
    }

}

@media (max-width:799px){

    .productionBannerAndInfo>.typeArea>.right{
        margin-top:0;
    }
    .productionBannerAndInfo .typeArea{
        flex-wrap: wrap;
        height:auto;

    }
    .productionBannerAndInfo>.typeArea>.left{
        width:100%;
        height:auto;

    }
    .detailInfo .infoContain {
        min-height: 55px;
        line-height: 55px;
    }

}







.articleeeee{
    background:#fff;
}
.articleeeee .contain p{

    line-height:40px

}
.articleeeee .contain{
    text-align: center;
    color:#666;
    font-size:14px;
    line-height:30px;
    padding-top:30px;
    padding-bottom:50px;
}

.articleeeee .contain table{
    margin:0 auto;
}
.articleeeee .contain td{
    border:1px solid #000;
}


@media (max-width:1351px){

    .articleeeee .contain{
        text-align: center;
        color:#666;

    }
}
@media (max-width:799px){
    .articleeeee img{
        width:100%;
        height:auto !important;
        object-fit: cover;
        margin-top:20px;
    }
    .articleeeee .contain p{
        line-height:30px;
        font-size:14px;
    }

}



.advan{
    text-align: center;
    font-size:16px;
    color:#000;
    height:50px;
    line-height:50px;
    background:#F4F4F4;
    font-weight: bold;
}


.newsListContain{
    padding:40px 0;
    background:#fff;
}
.newsList {
    background: #fff;
    position: relative;
    border-bottom: 1px dashed #F5F5F5;
    transition: all .5s;
}

.newsList:hover {
    background: #F5F5F5;
}

.newsList:hover .imgArticleContain .imgArticle .imgArticleLeft {
    transform: scale(1.05);
}

.newsList .imgArticleContain {
    width: 100%;
}

.newsList .imgArticleContain .imgArticle {
    display: flex;
    align-items: center;
    height: 290px;
    position: relative;
    cursor: pointer;
}

.newsList .imgArticleContain .imgArticle .imgArticleLeftContain {
    width: 450px;
    height:230px;
    box-sizing: border-box;
    margin-right: 20px;
    overflow: hidden;
}

.newsList .imgArticleContain .imgArticle .imgArticleLeft {
    display: block;
    height:230px;
    margin:0 auto;
    transform: scale(1);
    transition: all .5s;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight {
    width: 880px;
    height: 290px;
    padding-top: 54px;
    box-sizing: border-box;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .title {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .line {
    width: 30px;
    height: 3px;
    background: #CCC;
    margin-top: 2%;
    margin-bottom: 2%;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
    overflow: hidden;
    box-sizing: border-box;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
    display: block;
    box-sizing: border-box;
    width: 80px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    position: relative;
    margin-top: 20px;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: #999999;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .time {
    color: #999999;
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 12px;
}

@media (max-width: 1690px) {
    .newsListContain{
        padding:.40rem 0;
    }

    .newsList .imgArticleContain .imgArticle {
        height: 2.90rem;
        justify-content: center;
    }
    .newsList .imgArticleContain .imgArticle .imgArticleLeft{
        height:2.3rem;
		width:3.5rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 4.50rem;
        margin-right: .20rem;
        display: flex;
        align-items: center;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight {
        width: 8.80rem;
        height: 2.90rem;
        padding-top: .54rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .title {
        font-size: .20rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .line {
        width: .30rem;
        height: .03rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: .14rem;
        line-height: .30rem;
        padding: 0 !important;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 1rem;
        font-size: .14rem;
        margin-top: .20rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore:after {
        width: .03rem;
        height: .14rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .time {
        margin-top: .15rem;
        margin-bottom: .25rem;
        font-size: .12rem;
    }

}

@media (max-width: 980px) {
    .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 1.5rem;
    }
}

@media (max-width: 799px) {
    .newsListContain{
        padding:40px 0;
        padding-top:0;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .title {
        font-size: 20px;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .time {
        font-size: 12px;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: 14px;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 50%;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight {
        width: 50%;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
        -webkit-line-clamp: 1;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 1.5rem;
        font-size: 14px;
    }
}



.articleee{
    background: #fefefe;
}
.articleee>.typeArea{
    border-bottom:1px solid #F5F5F5;
}

.articleee>.typeArea>.title{
    padding-top:32px;
    padding-bottom:40px;
    border-bottom:1px solid #EEEEEE;

}

.articleee>.typeArea>.title>.title{
    font-size:28px;
    color:#333333;
    text-align: center;

}
.articleee>.typeArea>.title>.info{
    text-align: center;
    margin-top:38px;
    font-size:14px;
    color: #999;

}
.articleee>.typeArea>.title>.info .time{
    margin-right:40px;
}
.articleee>.typeArea>.title>.info .time img{
    margin-right:7px;
    width:12px;
    height:13px;

}
.articleee>.typeArea>.title>.info .eye{

}
.articleee>.typeArea>.title>.info .eye img{
    margin-right:7px;
    width:18px;
    height:12px;
}


@media (max-width:1351px){
    .articleee>.typeArea{
        border-bottom:1px solid #F5F5F5;
    }

    .articleee>.typeArea>.title{
        padding:.6rem 0;
    }

    .articleee>.typeArea>.title>.title{
        font-size:.28rem;

    }
    .articleee>.typeArea>.title>.info{
        margin-top:.38rem;

    }
    .articleee>.typeArea>.title>.info .time{
        margin-right:.4rem;
    }
    .articleee>.typeArea>.title>.info .time img{
        margin-right:.07rem;
    }
    .articleee>.typeArea>.title>.info .eye{

    }
    .articleee>.typeArea>.title>.info .eye img{
        margin-right:.07rem;
    }

}

.articleee .contain p{

    line-height:40px

}
.articleee .contain{
    text-align: center;
    color:#666;
    font-size:18px;
    line-height:30px;
    padding-top:40px;
    padding-bottom:40px;
}
.articleee .contain img{
    width:50%;
    height:auto !important;
}
.articleee .contain video{
    width:100%;
}


@media (max-width:1351px){
    .articleee .contain p{

        line-height:40px;

    }
    .articleee .contain{
        text-align: center;
        color:#666;
        font-size:.18rem;
        line-height:.3rem;
        padding-top:.5rem;
        padding-bottom:.7rem;
    }
}
@media (max-width:817px){
    .articleee>.typeArea>.title>.title{
        font-size:28px;
    }
    .articleee>.typeArea>.title>.info .time{
        margin-right:40px;
    }
    .articleee img{
        width:100%;
        height:auto !important;
        object-fit: cover;
        margin-top:.2rem;
    }
    .articleee p{
        line-height:45px;
        font-size:26px;
    }

}

.PageSwitch{
    display: flex;
    align-items: center;
    border-top:2px solid #f0f0f0;
    padding:.6rem 0;
    width:90%;
    margin:0 auto;
    justify-content: space-between;
}

.PageSwitch>a{
    display: block;
    width:200px;
    height:40px;
    background: #333333;
    color:#fff;
    border-radius:20px;
    line-height:40px;
    text-align: center;
}

.PageSwitch .before{
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing:.05rem;
    transition:all .5s;
}
.PageSwitch .before:hover{
    background: #fff;
    border: 1px solid #333333;
    color:#333;
}
.PageSwitch .before:hover img{
    left:-.1rem;

}
.PageSwitch .before img{
    transform:rotate(180deg);
    margin-left:.25rem;
    margin-right:-.25rem;
    position: relative;
    left:0;
    transition:all .5s;
}
.PageSwitch .returnPage{
    background: #eee;
    color:#333;
    transition:all .5s;
    letter-spacing:.05rem;

}
.PageSwitch .returnPage:hover{
    background:#004d88;
    color:#fff;
}
.PageSwitch .next{
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing:.05rem;
    background: #fff;
    border: 1px solid #333333;
    color:#333;
    transition:all .5s;

}
.PageSwitch .next:hover{
    background:#333;
    color:#fff;
}
.PageSwitch .next:hover img{
    left:.1rem;
}
.PageSwitch .next img{
    margin-right:.25rem;
    margin-left:-.25rem;
    position: relative;
    left:0;
    transition:all .5s;
}



@media (max-width:817px){
    .PageSwitch .before img{
        display: none;
        width:.32rem;
        height:.32rem;
    }
    .PageSwitch .next img{
        display: none;
        width:.32rem;
        height:.32rem;

    }
}




.developmentPath {
    background: #fff;
    padding-bottom: 40px;
}

.developmentPath > .typeArea {
    position: relative;
    height: 520px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.bgDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    border: 1px solid #EEEEEE;
    border-bottom-right-radius: 110px;
    border-top-right-radius: 110px;
    border-left: none;
    box-sizing: border-box;
}

.developmentPath > .typeArea > .item {
    width: 320px;
    height: 222px;
    position: relative;
    /* border: 1px solid #000; */
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    cursor: pointer;

}

.developmentPath > .typeArea > .item.current > .circle {
    border-color: #004d88;
}

.developmentPath > .typeArea > .item.current > .year {
    color: #004d88;

}

.developmentPath > .typeArea > .item:hover > .circle {
    border-color: #004d88;
}

.developmentPath > .typeArea > .item:hover > .year {
    color: #004d88;

}

.developmentPath > .typeArea > .item > .circle {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #999;
    box-sizing: border-box;
    transition: all .5s;
}

.developmentPath > .typeArea > .item > .year {
    font-size: 40px;
    color: #999;
    font-weight: bold;
    transition: all .5s;
}

.developmentPath > .typeArea > .item > .yearEvent {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    line-height: 35px;
}




.mobileDev .item {
    width:100%;
    height: auto;
    position: relative;
    /* border: 1px solid #000; */
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    cursor: pointer;

}

.mobileDev .item > .circle {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #999;
    box-sizing: border-box;
    transition: all .5s;
}

.mobileDev .item > .year {
    font-size: 40px;
    color: #999;
    font-weight: bold;
    transition: all .5s;
}

.mobileDev .item > .yearEvent {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    line-height: 35px;
}

.mobileDev{
    background: #fff;
    padding-bottom:30px;
    display:none;
    position: relative;
}
.mobileDev:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 9px;
    background: #E6E6E6;
}

.mobileDev .swiper-pagination-bullet-active{
    background: #004d88;
}
.mobileDev .swiper-container{
    padding-bottom:50px;
}



@media (max-width: 1399px) {
    .developmentPath{
        display:none;
    }
    .mobileDev{
        display:block;
    }
    .mobileDev .item .br::after {
        content: "";
        white-space: pre;
    }
}




.contactUsTitle {
    text-align: center;
    padding-top: 180px;
}

.contactUsTitle .title {
    font-size: 40px;
    color: #ccc;
}

.contactUsTitle .contain {
    font-size: 18px;
    margin-top: 20px;
}

.contactUsTitle .contain .p {
    color: #004d88;
}

.contactUsTitle .contain .r {
    color: #004d88;
}

.contactUsTitle .contain .c {
    color: #333 !important;
}

.contactUsTitle .line {
    width: 50px;
    height: 2px;
    background: #004d88;
    margin: 25px auto;

}

.contactUsTitle .subContain {
    font-size: 14px;
    line-height: 35px;
    color: #ccc;
}

.ptNone {
    padding-top: 0 !important;
}

.mtNone {
    margin-top: 0 !important;
}

.between {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #fff;
}

@media (max-width: 782px) {

    .contactUsTitle .title {
        font-size: .4rem;
    }

    .contactUsTitle .contain {
        font-size: 18px;
        margin-top: 20px;
    }

    .contactUsTitle {
        padding-top: 1.8rem;
    }

    .productionNav {
        height: 1.5rem;
        line-height: 1.5rem;
    }

    .productionNav > div {
        font-size: .29rem;
        padding: 0 0;
        margin-right: .1rem;
    }

    .productionNav > div:after {
        display: none;
    }

    .contactUsTitle .line {
        width: .5rem;
        margin: .25rem auto;

    }

    .contactUsTitle .subContain {
        font-size: 16px;
        line-height: 35px;
    }

    .between {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}





.companyProfile {
    background: #fff;
    padding-bottom: 40px;
}

.companyProfile > .typeArea {
    display: flex;
    height: 575px;
}

.companyProfile > .typeArea > .left {
    width: 605px;
    box-sizing: border-box;
    padding-right: 70px;
}

.companyProfile > .typeArea > .left > .line {
    width: 30px;
    height: 2px;
    background: #004d88;
    /*margin-bottom:35px;*/
}

.companyProfileInfo {
    font-size: 14px;
    color: #666;
    margin-top: 35px;
    line-height: 23px;
}

.publicDescript {
    padding-bottom: 35px;
}

.publicDescript > .title {
    font-size: 24px;
    font-weight: bold;
}

.publicDescript > .contain {
    margin-top: 15px;
    padding: 0;
    font-size: 16px;
    color: #999;
}

.companyProfileVideo {
    width: 387px;
    height: 220px;
    background: pink;
    position: relative;
}

.companyProfileVideo > .imgContainn {
    width: 100%;
    height: 100%;
}

.companyProfileVideo > .imgContainn > img {
    width: 100%;
    height: 100%;
    display: block;
}

.companyProfileVideo > .screen {
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.5);*/
	position: absolute;
	top: 20px;
	left: 802px;
	z-index: 50;
}

.companyProfileVideo .screen > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
}

.companyProfile > .typeArea > .right {
    width: 715px;
    height: 100%;
}

.companyProfile > .typeArea > .right.mobile {
    display: none;
}

@media (max-width: 1690px) {
    .publicDescript {
        padding-bottom: .28rem;
    }

    .publicDescript > .title {
        font-size: .20rem;
    }

    .publicDescript > .contain {
        margin-top: .25rem;
        font-size: .14rem;
    }

}

@media (max-width: 799px) {
    .companyProfile {
        padding-bottom: 0;
    }

    .companyProfile > .typeArea {
        flex-wrap: wrap;
        height: auto;
    }

    .companyProfile > .typeArea > .right.pc {
        display: none;
    }

    .companyProfile > .typeArea > .right.mobile > img {
        width: 100%;
        display: block;
    }

    .companyProfile > .typeArea > .right.mobile {
        display: block;
        width: 100%;
        height: auto;
    }

    .publicDescript {
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: center;
    }

    .publicDescript > .title {
        font-size: 20px;
    }

    .publicDescript > .contain {
        margin-top: 0;
        font-size: 14px;
        line-height: 30px;
    }

    .companyProfile > .typeArea > .left {
        padding-right: 0;
    }

    .companyProfile > .typeArea > .left > .line {
        margin: 0 auto;
    }

    .companyProfileVideo {
        display: none;
    }

}




.navigationn {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.navigationn > a {
    display: block;
    float: left;
    line-height: 45px;
    text-align: center;
    width: 140px;
    height: 45px;

    transition: all .5s;
    margin-right: 35px;
    box-sizing: border-box;
    border: 1px solid #999;
    font-size: 16px;
    color: #999;
}

.navigationn > a:hover {
    background: #004d88;
    color: white;
    border-color: #004d88;
}

.navigationn > a:last-child {
    margin-right: 0;
}

.navigationn .current {
    background: #004d88;
    color: white;
    border-color: #004d88;
}

@media (max-width: 817px) {
    .navigationn > a {
        width: 28%;
        margin-right: 3%;
    }
}


.businessListNav {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}

.businessListNav > .typeArea {
    display: flex;

}

.businessListNav > .typeArea > .item {
    position: relative;
    width: 200px;
    height: 110px;
    line-height: 110px;
    background: #EEEEEE;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    margin-right: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: none;
}

.businessListNav > .typeArea > .item:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    padding-left: 0 !important;
    transition:none;
}

.businessListNav > .typeArea > .item.current {
    background: #004d88;
    color: #fff;
}

.businessListNav > .typeArea > .item.current:after {
    border-top-color: #004d88;
}

.businessListNav > .typeArea > .item:hover {
    background: #004d88;
    color: #fff;
}

.businessListNav > .typeArea > .item:hover:after {
    border-top-color: #004d88;
}

.businessListNav > .typeArea > .item > .splitLh {
    line-height: 40px;
}

.businessListNav > .typeArea > .item:nth-child(6) {
    margin-right: 0;
}

@media (max-width: 799px){
    .businessListNav > .typeArea > .item {
        height:auto;
    }
}




.businissGoods {
    background: #fff;
}

.businissGoods > .typeArea {
}

.businissGoods > .typeArea > .item {
    display:none;
}

.businissGoods > .typeArea > .item > .des {
    font-size: 19px;
    color: #666;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 30px;
}





.goodsList {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
	
}

.goodsList a {
    display: block;
    position: relative;
    width: 310px;
    height: 230px;
    margin-right: 26px;
    margin-top: 26px;
}

.goodsList a .imgContain {
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.goodsList a .imgContain img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: scale(1);
}

.goodsList a:hover .imgContain img {
    transform: scale(1.05);
}

.goodsList a:hover .screen {
	background: none;
	font-family: "王羲之书法字体";
}

.goodsList a:hover .screen .title {
    display: none;
}

.goodsList a:nth-child(4n) {
    margin-right: 0;
}

.goodsList a:nth-child(-n+4) {
    margin-top: 0;
	
}

.goodsList a .screen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.goodsList a .screen .title {
    font-size: 20px;
    color: #fff;

}

@media (max-width: 1690px) {
    .goodsList a {
        margin-right: 2%;
        width: 23.5%;
       /** height: auto;**/
    }
}

@media (max-width: 817px) {

    .goodsList a {
        width: 49%;
        margin-right: 2%;
        margin-top: 2% !important;
    }

    .goodsList a:nth-child(2n) {
        margin-right: 0;
    }

    .goodsList a:nth-child(4n) {
        margin-right: auto;
        margin-top: auto;
    }

    .goodsList a:nth-child(-n+2) {
        margin-top: 0 !important;
    }

}




.otherCompany{
    background: #fff;
    padding-bottom:50px;
}

.otherCompany>.typeArea{
    background: #f5f5f5;
    padding-bottom:50px;
}

.otherCompany>.typeArea .between{
    background: #f5f5f5;
}

.menuTab{
    display: flex;
    width:100%;
    margin:0 auto;
    justify-content: space-between;
    background: #f5f5f5;
    box-sizing: border-box;
}

.menuTab .circleContain{
    text-align: center;
    width:100%;
    height:290px;
    box-sizing: border-box;
    margin:0 auto;
}
.menuTab .circleContain.active .circle{
    background: #004d88;
}
.menuTab .circleContain.active   .title{
    color: #004d88;
}
.menuTab .circleContain:hover .circle{
    background: #004d88;
}
.menuTab .circleContain:hover   .title{
    color: #004d88;
}
.menuTab .circle{
    width:85px;
    height:85px;
    border-radius:50%;
    padding:4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    margin:0 auto;
    transition:all .5s;
}
.menuTab .circle>div{
    width:100%;
    height:100%;
    border: 1px solid #eee;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuTab .circle>div>img{


}
.menuTab .circleContain .circle{
}

.menuTab .circleContain .circle>div{
    border:none;
}
.menuTab .circleContain .title{
    font-size:16px;
    color: #333;
    margin-top:22px;
    font-weight: bold;
    transition:all .5s;
}
.menuTab .circleContain .content{
    font-size:14px;
}

.menuTab .circleContain .content .phoneNum{
    margin-top:30px;
}
.menuTab .circleContain .content .local{
    color:#666;
    margin-top:10px;
    line-height:25px;

}



.arrowsContainn{
    width:165px;
    height:35px;
    margin:0 auto;
    margin-top:10px;
    display: flex;
}
.arrowsContainn .pubS{
    width:45%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline:none;
    box-sizing: border-box;
    cursor:pointer;
    border:1px solid #004d88;
    background:#fff;
}

.arrowsContainn .pubS:hover{
    background: #004d88;
    border-color:#004d88;
}

.arrowsContainn .pubS>img{
    position: relative;
    left:0;
    transition:all .5s;
}
.arrowsContainn .pubS:hover>img{
    left:5px;

}
.arrowsContainn .leftContain{
    /*background:#004d88;*/
    transform: rotate(180deg);
}
.arrowsContainn .rightContain{
    background:#fff;
    border-left:none;
}

.arrowsContainn>div img{
    width:21.5px;
    height:16px;
}


@media (max-width: 799px){

    .otherCompany>.typeArea{
        padding-bottom:10px;
    }

    .otherCompany .arrowsContainn{
        display:none;
    }

    .otherCompany .swiper-pagination-bullet-active{
        background: #004d88;
    }

    .menuTab .circleContain .title{
        font-size:14px;
    }
    .menuTab .circleContain .content{
        font-size:12px;
    }

    .menuTab .circleContain{
        height:auto;
        padding-bottom:50px;

    }

}



.logoAndImg {
    width: 100%;
    display: flex;
    height: 320px;
}

.logoAndImg > .left {
    width: 660px;
    background: #fff;
}

.formStyle {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 120px;

}

.formStyle .title {
    font-size: 24px;
}

.formStyle .content {
    margin-top: 30px;
    color: #999;
}

.formStyle .inputContain {
    width: 100%;
}

.formStyle .inputContain .threeInput {
    display: flex;
    justify-content: space-between;
}

.formStyle .inputContain .threeInput.mt {
    margin-top: 15px;
}

.formStyle .inputContain .publicWidth {
    width: 230px;
    box-sizing: border-box;
}

.formStyle .inputContain .publicWidth input {
    height: 45px;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #fff;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    background: #F5F5F5;
}

.formStyle .oneInput {
    width: 100%;
    margin-top: 15px;
}

.formStyle .oneInput textarea {
    display: block;
    width: 100%;
    outline: none;
    padding: 10px;
    border: none;
    box-sizing: border-box;
    height: 150px;
    background: #f5f5f5;
}

.formStyle .btnCom {
    margin-top: 15px;
}

.formStyle .twoLine {
    display: flex;
    margin-top: 18px;
}

.formStyle .twoLine .line1 {
    width: 40px;
    height: 2px;
    background: #004d88;
    margin-right: 6px;
}

.formStyle .twoLine .line2 {
    width: 10px;
    height: 2px;
    background: #000;
}

.formStyle .btnCom .publicBtn {
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.formStyle .btnCom .publicBtn.up {
    background: #004d88;
    margin-right: 15px;
}

.formStyle .btnCom .publicBtn.reset {
    background: #333;
}

.logoAndImg > .right {
    width: 660px;
    box-sizing: border-box;
    padding-left: 46px;
    padding-right: 55px;
    position: relative;
    display: flex;
    background: #fff;
}

.logoAndImg > .right:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 320px;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    background: #F6F6F6;
}

.logoAndImg > .right .imgContainn > img {
    display: block;
}

@media (max-width: 1399px) {

    .logoAndImg {
        height: auto;
        justify-content: center;
        zoom: 1.3;
    }

    .logoAndImg > .left {
        width: 6.6rem;
    }

    .formStyle {
        padding-left: .60rem;
        padding-right: 1.20rem;

    }

    .formStyle .title {
        font-size: .24rem;
    }

    .formStyle .content {
        margin-top: .30rem;
    }

    .formStyle .inputContain .threeInput.mt {
        margin-top: .15rem;
    }

    .formStyle .inputContain .publicWidth {
        width: 2.30rem;
    }

    .formStyle .inputContain .publicWidth input {
        height: .45rem;
        padding: 0 .10rem;
    }

    .formStyle .oneInput {
        margin-top: .15rem;
    }

    .formStyle .oneInput textarea {
        padding: .10rem;
        height: 1.50rem;
    }

    .formStyle .btnCom {
        margin-top: .15rem;
    }

    .formStyle .twoLine {
        margin-top: .18rem;
    }

    .formStyle .twoLine .line1 {
        width: .40rem;
        height: .02rem;
        margin-right: .06rem;
    }

    .formStyle .twoLine .line2 {
        width: .10rem;
        height: .02rem;
    }

    .formStyle .btnCom .publicBtn {
        width: .90rem;
        height: .35rem;
        line-height: .35rem;
        font-size: .14rem;
    }

    .formStyle .btnCom .publicBtn.up {
        margin-right: .15rem;
    }

    .logoAndImg > .right {
        width: 6.60rem;
        padding-left: .46rem;
        padding-right: .55rem;
    }

    .logoAndImg > .right > .imgContainn {
        width: 2.4rem;
        height: 3.2rem;
    }

    .logoAndImg > .right > .imgContainn > img {
        width: 100%;
        height: 100%;

    }

    .logoAndImg > .right:after {
        height: 100%;
    }



    .logoAndImgContain {
        padding-bottom: .5rem !important;
    }

}

@media (max-width: 799px) {

    .formStyle .title {
        font-size: 20px;
    }

    .formStyle .inputContain .threeInput {
        flex-wrap: wrap;
    }

    .formStyle .inputContain .publicWidth {
        width: 100%;
        margin-bottom: .17rem;
    }

    .formStyle .inputContain .publicWidth:last-child {
        margin-bottom: 0;
    }

    .formStyle .oneInput {
        margin-top: .17rem;

    }
    .logoAndImg{
        zoom:1;
    }

    .formStyle{
        padding-left:0;
        padding-right:0;
    }
    .logoAndImg {
        flex-wrap: wrap;
        height: auto;
    }

    .logoAndImg .left {
        width: 100%;
    }

    .logoAndImg > .right{
        width:100%;
        padding:0;
        display: flex;
        flex-wrap:wrap;
    }
    .logoAndImg > .right > .imgContainn{
        width:100%;
        height:auto;
    }
    .logoAndImg > .right > .imgContainn > img{
        height:auto;
    }

    .formStyle .inputContain .publicWidth input{
        height:45px;
        padding: 0 10px;
    }
    .formStyle .btnCom .publicBtn {
        width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .formStyle .oneInput textarea{
        padding: 10px;
        height: 150px;
    }
    .formStyle .btnCom{
        margin-top:15px;
    }


    .logoAndImg > .right:after{
        display:none;
    }
}




.research{
    background: #fff;
}

.research>.typeArea{
    height:520px;
    display: flex;
    padding-bottom:40px;
    border-bottom:1px solid #EEEEEE;
}

.research>.typeArea>.left{
    width:450px;
    margin-right:20px;
}
.research>.typeArea>.left .technicalPatent{
    height:250px;
}
.research>.typeArea>.left .technicalPatent .tpFont{
    height:36px;
    background: #004d88;
    line-height:36px;
    text-align: center;
    color:#fff;
    font-size:14px;
}
.research>.typeArea>.right{
    width:850px;
}

.research>.typeArea>.right .fullImg{

    width:850px;
    height:250px;
}






.onlyFont{
    width:450px;
    height:230px;
    background: #fff;
    margin-top:37px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.onlyFont .item{
    width:33%;
    height:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onlyFont .item>.num{
    font-size:40px;
    color: #004d88;
    font-weight: bold;
}

.onlyFont .item>.zh{
    font-size:14px;
    color: #333;
    font-weight: bold;
}

.researchFont{
    font-size:14px;
    color:#666666;
    margin-top:37px;
    line-height:28px;
}

.sixPic{
    background: #fff;

}
.sixPic>.typeArea{
    padding-bottom:50px;
    border-bottom: 1px solid #EEEEEE;

}

.sixPic>.typeArea>img{
    display: block;

}

.sixPic>.typeArea .fullSpec{
    display: block;
}
.sixPic>.typeArea .aprtSpec{
    display:none;
}


.specContain{
    background: #fff;
    font-size:16px;
    text-align: center;
    line-height:35px;
}

.threeImg{
    margin-top:45px;
    padding-bottom:45px;
}
.threeImg>img{
    display: block;
    margin:0 auto;
}


@media (max-width: 1399px){


    .researchFont{
        font-size:.14rem;
    }

    .research>.typeArea{
        height:auto;
        padding-bottom:.40rem;
        border-bottom:.01rem solid #EEEEEE;
    }

    .research>.typeArea>.left{
        width:4.50rem;
        margin-right:.20rem;

    }

    .research>.typeArea>.left .technicalPatent{
        height:2.50rem;
    }
    .research>.typeArea>.left .technicalPatent .tpFont{
        height:.36rem;
        line-height:.36rem;
        font-size:.14rem;
    }
    .research>.typeArea>.right{
        width:100%;
    }

    .research>.typeArea>.right .fullImg{
        width:100%;
        height:2.50rem;
    }
    .research>.typeArea>.right .fullImg>img{
        width:100%;
    }

    .onlyFont {
        width: 4.50rem;
        height: 2.30rem;
        text-align: center;
    }
    .onlyFont .item>.zh{
        font-size:.14rem;
    }
    .sixPic>.typeArea>img{
        width:100%;
        display: block;
    }
}
@media (max-width: 1390px){

    .onlyFont .item{
        width:49%;
        height:44%;
    }
    .onlyFont{
        height:auto;
    }

}
@media (max-width: 1020px){
    .threeImg>img{
        width:100%;
    }
}
@media (max-width: 799px){
    .research>.typeArea{
        flex-wrap: wrap;
    }
    .research>.typeArea>.left{
        width:100%;
        margin-right:0;
    }
    .research>.typeArea>.left .technicalPatent{
        height:auto;
    }
    .onlyFont{
        width:100%;
        margin-top:0;
        padding:30px 0;
    }
    .onlyFont .item {
        width: 33%;
        height: 50%;
    }
    .researchFont {
        font-size: 14px;
    }
    .research>.typeArea>.right .fullImg{
        height:auto;
    }


    .sixPic>.typeArea .fullSpec{
        display: none;
    }
    .sixPic>.typeArea .aprtSpec{
        display:block;
    }

}





.aboutUsH{
    background: #fff;
}
.aboutUsFactoryList {
    padding-top: 50px;
    padding-bottom: 50px;
}

.aboutUsFactoryList .typeArea {
    display: flex;
    flex-wrap: wrap;
}

.aboutUsFactoryList .typeArea a {
    display: flex;
    align-items: center;
    width: 300px;
    margin-right: 40px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex-wrap: wrap;
}



.aboutUsFactoryList .typeArea>a .imgContain {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 330px;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;

}

.aboutUsFactoryList .typeArea>a .title {
    width: 100%;
    height:50px;
    border-top:2px solid #F5F5F5;
    text-indent:10px;
    line-height:40px;

    color:#333;

    font-size: 16px;
    position: relative;

}


.aboutUsFactoryList .typeArea>a .title:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    top:-2px;
    left:0;
    background: #004d88;
    transition:all .5s;
}

.aboutUsFactoryList .typeArea>a:hover .title:after{

    width: 100%;

}
.aboutUsFactoryList .typeArea>a:hover .title{
    color:#004d88;
}

.aboutUsFactoryList .typeArea>a .imgContain img {
    max-width: 200px;
    max-height: 285px;
    display: block;
    transition: all .5s;
    transform: scale(1);
}

.aboutUsFactoryList .typeArea>a:hover img {
    transform: scale(1.05);
}

.aboutUsFactoryList .typeArea>:nth-child(-n+4) {
    margin-top: 0;
}

.aboutUsFactoryList .typeArea>:nth-child(4n) {
    margin-right: 0;
}


@media (max-width:1399px) {

    .aboutUsFactoryList{
        padding-top:.5rem;
        padding-bottom:.5rem;
    }

    .aboutUsFactoryList .typeArea a {
        margin-right: 2%;
        width: 23.5%;
        margin-top:2%;
    }

    .aboutUsFactoryList .typeArea>a .imgContain {
        height: 3.3rem;
    }

    .aboutUsFactoryList .typeArea>a .imgContain img {
        max-width: 2rem;
        max-height: 2.85rem;
    }

    .aboutUsFactoryList .typeArea>a .title{
        font-size:.16rem;
    }

}

@media (max-width:799px) {

    .aboutUsFactoryList {
        padding-top:0;
    }

    .aboutUsFactoryList .typeArea>a {
        width: 49%;
        margin-right: 2%;
        margin-top: 2% !important;
        height: auto;
    }

    .aboutUsFactoryList .typeArea>:nth-child(2n) {
        margin-right: 0%;
        margin-top:auto;
    }

    .aboutUsFactoryList .typeArea>:nth-child(3n) {
        margin-top: auto;
        margin-right: auto;
    }

    .aboutUsFactoryList .typeArea>a .title {
        font-size: 16px;
    }

}
